This crate provides runtime support for dynasm-rs. It contains traits that document the interface used by the dynasm proc_macro to generate code,
Assemblers that implement these traits, and relocation models for the various supported architectures. Additionally, it also provides the tools
to write your own Assemblers using these components.